From: Sean Whitton Date: Tue, 13 May 2025 11:07:09 +0000 (+0100) Subject: ; * doc/lispref/variables.texi (Default Value): Update. X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~89 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=49c06df224a10f4b39b24025476e4de588292228;p=emacs.git ; * doc/lispref/variables.texi (Default Value): Update. Frame-local variables have been removed. --- diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index bc930784262..c11d93d4be4 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -1791,8 +1791,8 @@ came from or how to save it, rather than with how to edit the contents. The global value of a variable with buffer-local bindings is also called the @dfn{default} value, because it is the value that is in -effect whenever neither the current buffer nor the selected frame has -its own binding for the variable. +effect whenever the current buffer lacks its own binding for the +variable. The functions @code{default-value} and @code{setq-default} access and change a variable's default value regardless of whether the current